1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOSSTOCKSLIST
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPOSSTOCKSLIST))
27         Me.lststocks = New System.Windows.Forms.ListView
28         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
29         Me.cmdselect = New System.Windows.Forms.Button
30         Me.cmdcancel = New System.Windows.Forms.Button
31         Me.txtsearch = New System.Windows.Forms.TextBox
32         Me.Label1 = New System.Windows.Forms.Label
33         Me.SuspendLayout()
34         
'
35         
'lststocks
36         
'
37         Me.lststocks.FullRowSelect = True
38         Me.lststocks.GridLines = True
39         Me.lststocks.Location = New System.Drawing.Point(
1, 31)
40         Me.lststocks.Name =
"lststocks"
41         Me.lststocks.Size = New System.Drawing.Size(
551, 300)
42         Me.lststocks.SmallImageList = Me.ImageList1
43         Me.lststocks.TabIndex =
1
44         Me.lststocks.UseCompatibleStateImageBehavior = False
45         Me.lststocks.View = System.Windows.Forms.View.Details
46         
'
47         
'ImageList1
48         
'
49         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
50         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
51         Me.ImageList1.Images.SetKeyName(
0, "box_48.png")
52         Me.ImageList1.Images.SetKeyName(
1, "stats.ico")
53         
'
54         
'cmdselect
55         
'
56         Me.cmdselect.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
57         Me.cmdselect.Location = New System.Drawing.Point(
3, 337)
58         Me.cmdselect.Name =
"cmdselect"
59         Me.cmdselect.Size = New System.Drawing.Size(
64, 27)
60         Me.cmdselect.TabIndex =
2
61         Me.cmdselect.Text =
"&Select"
62         Me.cmdselect.UseVisualStyleBackColor = True
63         
'
64         
'cmdcancel
65         
'
66         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
67         Me.cmdcancel.Location = New System.Drawing.Point(
73, 337)
68         Me.cmdcancel.Name =
"cmdcancel"
69         Me.cmdcancel.Size = New System.Drawing.Size(
64, 27)
70         Me.cmdcancel.TabIndex =
3
71         Me.cmdcancel.Text =
"&Cancel"
72         Me.cmdcancel.UseVisualStyleBackColor = True
73         
'
74         
'txtsearch
75         
'
76         Me.txtsearch.Location = New System.Drawing.Point(
155, 4)
77         Me.txtsearch.Name =
"txtsearch"
78         Me.txtsearch.Size = New System.Drawing.Size(
213, 21)
79         Me.txtsearch.TabIndex =
0
80         
'
81         
'Label1
82         
'
83         Me.Label1.AutoSize = True
84         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
85         Me.Label1.Location = New System.Drawing.Point(
3, 9)
86         Me.Label1.Name =
"Label1"
87         Me.Label1.Size = New System.Drawing.Size(
151, 13)
88         Me.Label1.TabIndex =
400
89         Me.Label1.Text =
"Search by Product Name :"
90         
'
91         
'FrmPOSSTOCKSLIST
92         
'
93         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
94         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
95         Me.ClientSize = New System.Drawing.Size(
556, 374)
96         Me.Controls.Add(Me.Label1)
97         Me.Controls.Add(Me.txtsearch)
98         Me.Controls.Add(Me.cmdcancel)
99         Me.Controls.Add(Me.cmdselect)
100         Me.Controls.Add(Me.lststocks)
101         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
103         Me.Name =
"FrmPOSSTOCKSLIST"
104         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
105         Me.Text =
"Stock Balance"
106         Me.ResumeLayout(False)
107         Me.PerformLayout()
108
109     End Sub
110     Friend WithEvents lststocks As System.Windows.Forms.ListView
111     Friend WithEvents cmdselect As System.Windows.Forms.Button
112     Friend WithEvents cmdcancel As System.Windows.Forms.Button
113     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
114     Friend WithEvents txtsearch As System.Windows.Forms.TextBox
115     Friend WithEvents Label1 As System.Windows.Forms.Label
116 End Class


Gõ tìm kiếm nhanh...